Worklist/Items({SerialNumber})/ProcessInstance/DataFields

Returns the process instance data field collection for the worklist item matching the SerialNumber.

URI

{Service Root URI}/Worklist/Items({SerialNumber})/ProcessInstance/DataFields?{Query Options}
https://api.denallix.com:443/K2Services/REST.svc/Worklist/Items(19_10)/ProcessInstance/DataFields

Method

GET

Service Path Options

Required

Query Options

No filters are applied if options are not provided.

Optional

Return Type

DataFieldCollection or Failure

GET /K2Services/REST.svc/Worklist/Items(19_10)/ProcessInstance/DataFields
					<?xml version="1.0" encoding="utf-8"?>                    <DataFieldCollection xmlns="http://schemas.k2.com/process/d1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance>" xmlns:xsd="http://www.w3.org/2001/XMLSchema">                     <DataField Name="MyProcessDataField">My process data field initial value</DataField>                    </DataFieldCollection>